home *** CD-ROM | disk | FTP | other *** search
/ CD Classic 39 / CD CLASSIC #39 (1998).iso / EMPRESA / visio / Vistdstd / Install / Data.Z / SaveAs.FRM (.txt) < prev    next >
Visual Basic Form  |  1996-09-04  |  2KB  |  51 lines

  1. VERSION 4.00
  2. Begin VB.Form frmSaveAs 
  3.    Appearance      =   0  'Flat
  4.    BackColor       =   &H80000005&
  5.    ClientHeight    =   3585
  6.    ClientLeft      =   1020
  7.    ClientTop       =   1425
  8.    ClientWidth     =   7470
  9.    BeginProperty Font 
  10.       name            =   "MS Sans Serif"
  11.       charset         =   0
  12.       weight          =   700
  13.       size            =   8.25
  14.       underline       =   0   'False
  15.       italic          =   0   'False
  16.       strikethrough   =   0   'False
  17.    EndProperty
  18.    ForeColor       =   &H80000008&
  19.    Height          =   3990
  20.    Left            =   960
  21.    LinkTopic       =   "frmSaveDialog"
  22.    ScaleHeight     =   3585
  23.    ScaleWidth      =   7470
  24.    Top             =   1080
  25.    Width           =   7590
  26.    Begin MSComDlg.CommonDialog CMDialog1 
  27.       Left            =   180
  28.       Top             =   180
  29.       _Version        =   65536
  30.       _ExtentX        =   847
  31.       _ExtentY        =   847
  32.       _StockProps     =   0
  33.       DefaultExt      =   ".TXT"
  34.       DialogTitle     =   "Export"
  35.       FileName        =   "export.txt"
  36.       Filter          =   "Text Files(*.txt)|*.txt"
  37.       Max             =   1
  38.       Min             =   1
  39.    End
  40. Attribute VB_Name = "frmSaveAs"
  41. Attribute VB_Creatable = False
  42. Attribute VB_Exposed = False
  43. ' -----------------------------------------------------------------------------
  44. ' Copyright (C) 1993-1996 Visio Corporation. All rights reserved.
  45. ' You have a royalty-free right to use, modify, reproduce and distribute
  46. ' the Sample Application Files (and/or any modified version) in any way
  47. ' you find useful, provided that you agree that Visio has no warranty,
  48. ' obligations or liability for any Sample Application Files.
  49. ' -----------------------------------------------------------------------------
  50. Option Explicit
  51.